バージョン

GetAppointmentsInRange(DateTimeRange,IEnumerable<ScheduleResource>) メソッド

派生クラスでオーバーライドされる場合、指定した日時範囲での予定を返します。1 つ以上のリソースによりフィルターがオプションです。
シンタックス
public abstract AppointmentQueryResult GetAppointmentsInRange( 
   DateTimeRange range,
   IEnumerable<ScheduleResource> resources
)

パラメータ

range
予定が返される時間範囲。
resources
フィルターするリソースのオプションのリスト。null 以外の値が指定される場合、指定したリソースのみの予定が返されます。

戻り値の型

クエリの結果を含む Infragistics.Scheduler.Data.AppointmentQueryResult オブジェクト。
参照